home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / vmpeg / vmpeg.readme < prev    next >
Text File  |  1999-06-15  |  3KB  |  95 lines

  1. Short:    WarpOS port of MPEG2 video decoder
  2. Author:   frank@phoenix.owl.de (Frank Wille)
  3. Uploader: frank@phoenix.owl.de
  4. Version:  0.1
  5. Type:     gfx/show
  6. Requires: CSPPC or BPPC, WarpOS V4 (powerpc.library V15), AHI
  7.  
  8. vmpeg is another MPEG1/2 video player, based on the public source of
  9. the MPEG Software Simulation Group.
  10.  
  11. The last days I checked all MPEG players for the Amiga, but found no
  12. one which is able to play a standard 352x288 MPEG movie with sound
  13. in real time. This one does (at least on my 604e/233) !
  14.  
  15.  
  16. FEATURES
  17.  
  18. - Cybergraphics/Picasso96 support (8-bit dithered or 15/16/32 bit
  19.   true color).
  20.  
  21. - Audio support via ahi.device unit 0.
  22.  
  23. - Tries to run at natural frame rate. When it's running too fast,
  24.   the player will wait after every frame, and when running too slow it
  25.   will start skipping B-frames. This should prevent interruptions of
  26.   audio output.
  27.  
  28. - Fps counter display.
  29.  
  30. - Time code display.
  31.  
  32. - Backward/Forward seek function. You can scan through the whole
  33.   movie by using the mouse.
  34.  
  35. - Several work-arounds to be compatible with all movies I have seen.
  36.  
  37. - Compiled by latest vbcc in highest optimization mode.
  38.  
  39. - Some PPC Assembler optimizations.
  40.  
  41.  
  42. USAGE
  43.  
  44. To view a movie with sound enabled just type
  45.  
  46.   vmpeg -o4 -s -b cd0:movie.mpg
  47.  
  48. A screen mode requester will open where you can select your prefered
  49. resolution. 8 bit screens automatically force dithering mode. You should
  50. define a screen mode with a resolution of 352x288 pixels. vmpeg runs
  51. best at 16 bits. 
  52.  
  53. Pressing the right mouse button will display the current time code.
  54. When moving the mouse right or left, while holding the right button,
  55. you can seek for/backwards in the MPEG stream. Move the mouse very
  56. slowly! The stream is seeked in multiples of 1 MB. By watching the
  57. time code you should easily find the position where you last stopped
  58. watching the movie.
  59.  
  60. Backwards seeking is nearly unusable with FastFileSystem in large
  61. files, but works very well with others, like a CD-FileSystem.
  62.  
  63. To quit, press the left mouse button.
  64.  
  65. For more options, you may start vmpeg without arguments to get a
  66. complete list.
  67.  
  68.  
  69. BUGS
  70.  
  71. - Amiga-native screen modes were not tested!
  72.  
  73. - Slow down of fast movies could work better, when having sound enabled.
  74.  
  75. - True color display modes doesn't support other chroma formats
  76.   or interlaced movies. Haven't seen those, though.
  77.  
  78. - Fps counter seems to be wrong in fast movies (?).
  79.  
  80.  
  81. SOURCE
  82.  
  83. Full source code is included. To recompile, you need the latest vbcc
  84. compiler and a make-program (the makefile is very simple, so that
  85. most makes should work). If you have problems, try a lower optimization
  86. mode, or write me to get a compiler update.
  87.  
  88.  
  89. LEGAL
  90.  
  91. vmpeg is freeware, of course.
  92.  
  93.  
  94. Frank Wille                  06-Jun-1999                frank@phoenix.owl.de
  95.